William Kitchen says:
The command line ftp utility that comes with WIN95 and above is scriptable. You invoke it from the command line like this:ftp -s:myscript.txtThe script file is just a list of what you would normally have typed manually. Here's an example of how someone might synchronize Netscape bookmarks between work and home.
open myofficemachine.somedomain.com myusername mypassword cd c:\progra~1\netscape\users\me lcd "c:\progra~1\netscape\users\me get bookmark.htm byeIf you want to make the process even easier, you can create a batch file something like the following and call it something like "getbookmarks.bat". This batch passes itself to the ftp program as an argument (the first line is the clever part, notice the %0), so that everything is self contained. The batch interpreter skips the ftp script, and the ftp program generates a couple of harmless error messages, but otherwise safely ignores the lines that aren't part of the ftp script. The batch looks something like this:
ftp -s:%0.bat goto done open myofficemachine.somedomain.com myusername mypassword cd c:\progra~1\netscape\users\me lcd "c:\progra~1\netscape\users\me get bookmark.htm bye :done
see also:
file: /Techref/app/inet/ftps.htm, 2KB, , updated: 2004/3/15 12:59, local time: 2024/11/15 04:45,
18.188.231.128:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/techref/app/inet/ftps.htm"> Internet - File Transfer Protocol</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.